coremidi-sys 2.0.2

Low-level FFI bindings for the CoreMIDI framework
Documentation

coremidi-sys

Low level Rust bindings for CoreMIDI

generated.rs is generated with rust-bindgen 0.26.3 using the following command:

bindgen /System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIServices.h --whitelist-type "MIDI.*" --whitelist-function "MIDI.*"  --whitelist-var "kMIDI.*" --no-doc-comments --constified-enum ".*" --blacklist-type "(__)?CF.*" > src/generated.rs